• frmDiscount_Staff.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmDiscount_Staff
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDiscount_Staff))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
33         Me.Button1 = New System.Windows.Forms.Button()
34         Me.Panel3 = New System.Windows.Forms.Panel()
35         Me.btnClose = New System.Windows.Forms.Button()
36         Me.btnUpdate = New System.Windows.Forms.Button()
37         Me.btnNew = New System.Windows.Forms.Button()
38         Me.dgw = New System.Windows.Forms.DataGridView()
39         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
40         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
41         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
42         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
43         Me.Panel2 = New System.Windows.Forms.Panel()
44         Me.Label1 = New System.Windows.Forms.Label()
45         Me.lblUser = New System.Windows.Forms.Label()
46         Me.Panel1.SuspendLayout()
47         Me.GroupBox1.SuspendLayout()
48         Me.Panel3.SuspendLayout()
49         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
50         Me.Panel2.SuspendLayout()
51         Me.SuspendLayout()
52         
'
53         
'Panel1
54         
'
55         Me.Panel1.BackColor = System.Drawing.Color.White
56         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
57         Me.Panel1.Controls.Add(Me.GroupBox1)
58         Me.Panel1.Controls.Add(Me.Panel3)
59         Me.Panel1.Controls.Add(Me.dgw)
60         Me.Panel1.Controls.Add(Me.Panel2)
61         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
62         Me.Panel1.Name =
"Panel1"
63         Me.Panel1.Size = New System.Drawing.Size(
618, 640)
64         Me.Panel1.TabIndex =
2
65         
'
66         
'GroupBox1
67         
'
68         Me.GroupBox1.Controls.Add(Me.Button1)
69         Me.GroupBox1.Location = New System.Drawing.Point(
12, 76)
70         Me.GroupBox1.Name =
"GroupBox1"
71         Me.GroupBox1.Size = New System.Drawing.Size(
119, 62)
72         Me.GroupBox1.TabIndex =
42
73         Me.GroupBox1.TabStop = False
74         
'
75         
'Button1
76         
'
77         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
78         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
79         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
80         Me.Button1.Location = New System.Drawing.Point(
19, 19)
81         Me.Button1.Name =
"Button1"
82         Me.Button1.Size = New System.Drawing.Size(
82, 28)
83         Me.Button1.TabIndex =
3
84         Me.Button1.Text =
"Get Data"
85         Me.Button1.UseVisualStyleBackColor = True
86         
'
87         
'Panel3
88         
'
89         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
90         Me.Panel3.Controls.Add(Me.btnClose)
91         Me.Panel3.Controls.Add(Me.btnUpdate)
92         Me.Panel3.Controls.Add(Me.btnNew)
93         Me.Panel3.Location = New System.Drawing.Point(
496, 144)
94         Me.Panel3.Name =
"Panel3"
95         Me.Panel3.Size = New System.Drawing.Size(
111, 121)
96         Me.Panel3.TabIndex =
41
97         
'
98         
'btnClose
99         
'
100         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
101         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
102         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
103         Me.btnClose.Location = New System.Drawing.Point(
13, 78)
104         Me.btnClose.Name =
"btnClose"
105         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
106         Me.btnClose.TabIndex =
4
107         Me.btnClose.Text =
"Close"
108         Me.btnClose.UseVisualStyleBackColor = True
109         
'
110         
'btnUpdate
111         
'
112         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
113         Me.btnUpdate.Enabled = False
114         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
115         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         Me.btnUpdate.Location = New System.Drawing.Point(
13, 44)
117         Me.btnUpdate.Name =
"btnUpdate"
118         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
119         Me.btnUpdate.TabIndex =
2
120         Me.btnUpdate.Text =
"Update"
121         Me.btnUpdate.UseVisualStyleBackColor = True
122         
'
123         
'btnNew
124         
'
125         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
126         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
127         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
128         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
129         Me.btnNew.Name =
"btnNew"
130         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
131         Me.btnNew.TabIndex =
0
132         Me.btnNew.Text =
"New"
133         Me.btnNew.UseVisualStyleBackColor = True
134         
'
135         
'dgw
136         
'
137         Me.dgw.AllowUserToAddRows = False
138         Me.dgw.AllowUserToDeleteRows = False
139         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
140         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
141         Me.dgw.BackgroundColor = System.Drawing.Color.White
142         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
143         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
144         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
145         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
146         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
147         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
148         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
149         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
150         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
151         Me.dgw.ColumnHeadersHeight =
24
152         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4})
153         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
154         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
155         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
156         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
157         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
158         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
159         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
160         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
161         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
162         Me.dgw.EnableHeadersVisualStyles = False
163         Me.dgw.GridColor = System.Drawing.Color.White
164         Me.dgw.Location = New System.Drawing.Point(
12, 144)
165         Me.dgw.MultiSelect = False
166         Me.dgw.Name =
"dgw"
167         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
168         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
169         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
170         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
171         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
172         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
173         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
174         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
175         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
176         Me.dgw.RowHeadersWidth =
25
177         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
178         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
179         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
180         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
181         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
182         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
183         Me.dgw.RowTemplate.Height =
18
184         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
185         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
186         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
187         Me.dgw.Size = New System.Drawing.Size(
478, 482)
188         Me.dgw.TabIndex =
40
189         
'
190         
'Column1
191         
'
192         Me.Column1.HeaderText =
"ID"
193         Me.Column1.Name =
"Column1"
194         Me.Column1.Visible = False
195         
'
196         
'Column2
197         
'
198         Me.Column2.HeaderText =
"Staff ID"
199         Me.Column2.Name =
"Column2"
200         
'
201         
'Column3
202         
'
203         Me.Column3.HeaderText =
"Staff Name"
204         Me.Column3.Name =
"Column3"
205         Me.Column3.Width =
250
206         
'
207         
'Column4
208         
'
209         Me.Column4.HeaderText =
"Discount"
210         Me.Column4.Name =
"Column4"
211         
'
212         
'Panel2
213         
'
214         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
215         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
216         Me.Panel2.Controls.Add(Me.Label1)
217         Me.Panel2.Controls.Add(Me.lblUser)
218         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
219         Me.Panel2.Name =
"Panel2"
220         Me.Panel2.Size = New System.Drawing.Size(
598, 62)
221         Me.Panel2.TabIndex =
0
222         
'
223         
'Label1
224         
'
225         Me.Label1.AutoSize = True
226         Me.Label1.BackColor = System.Drawing.Color.Transparent
227         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
228         Me.Label1.ForeColor = System.Drawing.Color.White
229         Me.Label1.Location = New System.Drawing.Point(
218, 20)
230         Me.Label1.Name =
"Label1"
231         Me.Label1.Size = New System.Drawing.Size(
145, 24)
232         Me.Label1.TabIndex =
0
233         Me.Label1.Text =
"Discount Entry"
234         
'
235         
'lblUser
236         
'
237         Me.lblUser.AutoSize = True
238         Me.lblUser.Location = New System.Drawing.Point(
47, 15)
239         Me.lblUser.Name =
"lblUser"
240         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
241         Me.lblUser.TabIndex =
43
242         Me.lblUser.Text =
"Label8"
243         Me.lblUser.Visible = False
244         
'
245         
'frmDiscount_Staff
246         
'
247         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
248         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
249         Me.BackColor = System.Drawing.Color.DarkSlateGray
250         Me.ClientSize = New System.Drawing.Size(
643, 667)
251         Me.Controls.Add(Me.Panel1)
252         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
253         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
254         Me.MaximizeBox = False
255         Me.MinimizeBox = False
256         Me.Name =
"frmDiscount_Staff"
257         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
258         Me.Panel1.ResumeLayout(False)
259         Me.GroupBox1.ResumeLayout(False)
260         Me.Panel3.ResumeLayout(False)
261         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
262         Me.Panel2.ResumeLayout(False)
263         Me.Panel2.PerformLayout()
264         Me.ResumeLayout(False)
265
266     End Sub
267     Friend WithEvents Panel1 As System.Windows.Forms.Panel
268     Friend WithEvents dgw As System.Windows.Forms.DataGridView
269     Friend WithEvents Panel2 As System.Windows.Forms.Panel
270     Friend WithEvents Label1 As System.Windows.Forms.Label
271     Friend WithEvents Panel3 As System.Windows.Forms.Panel
272     Friend WithEvents btnClose As System.Windows.Forms.Button
273     Friend WithEvents btnUpdate As System.Windows.Forms.Button
274     Friend WithEvents btnNew As System.Windows.Forms.Button
275     Friend WithEvents lblUser As System.Windows.Forms.Label
276     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
277     Friend WithEvents Button1 As System.Windows.Forms.Button
278     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
279     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
280     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
281     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
282
283 End Class


Gõ tìm kiếm nhanh...